home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Interactive 1
/
PC World Interactive 1 - Nisan 1997.iso
/
nostalji
/
altin
/
karekara
/
bgitpu.mak
next >
Wrap
Text File
|
1995-11-11
|
480b
|
16 lines
# Change the following macro to point to your \BGI directory:
BGI = .
# Build unit with all fonts linked in
bgitpu.tpu: bgitpu.pas goth.obj litt.obj trip.obj bold.obj
bpc bgitpu
goth.obj: $(BGI)\goth.chr
binobj $(BGI)\goth.chr goth GothicFontProc
litt.obj: $(BGI)\litt.chr
binobj $(BGI)\litt.chr litt SmallFontProc
trip.obj: $(BGI)\trip.chr
binobj $(BGI)\trip.chr trip TriplexFontProc
bold.obj: $(BGI)\bold.chr
binobj $(BGI)\bold.chr bold BoldFontProc